Build Client How To's
How to's for the Build Client guide.
How to validate only UI changes without full build?
- Skip the Build Project option.
- Use Run > Build Client to validate frontend changes.
- Ensure form, TypeScript, and style files are valid.
- Use this method during UI design or CSS editing only.
How to run the Build Client command?
- Open your project in the IDE.
- Navigate to the Run tab on the top menu.
- Click on Build Client.
- The build will validate UI and script files.
- Results will appear in the Output Panel.
How to fix client build errors?
- Run Build Client and wait for the output.
- Review the errors in the Output Panel.
- Click on error messages to open the related files.
- Fix issues like:
- Syntax errors in
.tsfiles - Broken CSS rules
- Missing components
- Syntax errors in
- Save changes and rebuild.